home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
SAS-C
/
src
/
README.Manx
< prev
next >
Wrap
Text File
|
1992-04-05
|
632b
|
24 lines
;
; For Manx C users.
;
; execute this README.Manx file to make .lib files
;
; To make reqtools.lib (the SMALL_CODE version, all data relative to A4) use:
make -a -f makefile.manx ASMFLAGS=-ESMALL_CODE reqtools.lib
; To make reqtoolsnb.lib (the LARGE_CODE version, absolute data, no-base) use:
make -a -f makefile.manx ASMFLAGS=-ELARGE_CODE reqtoolsnb.lib
; Then copy 'reqtools.lib' and 'reqtoolsnb.lib' to your library directory.
;
;
; If you compile your programs with the default, small data model
; link with 'reqtools.lib',
;
; if you compile your programs with the large data model
; link with 'reqtoolsnb.lib'.